home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / COMEIN.DXR / 00317.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  203 b   |  9 lines

  1. on exitFrame
  2.   global effectspath
  3.   sound playFile 2, effectspath & "night.aif"
  4.   set the cursor of sprite 36 to [402, 403]
  5.   sprite(27).visible = 0
  6.   sprite(28).visible = 0
  7.   sprite(29).visible = 0
  8. end
  9.